home *** CD-ROM | disk | FTP | other *** search
- body
- {
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
- font-family: Tahoma;
- font-size: 1em;
- color: rgb(40,40,40);
- background-color:#eeeae4;
- }
-
- a
- {
- color:rgb(19,81,223);
- }
-
- .root
- {
- width: 100%;
- height: 100%;
-
- }
-
- .kontejner
- {
- position: absolute;
- width: 50%;
- height: 50%;
- }
-
- .content
- {
- width: 730px;
- position: absolute;
- right: -365px;
- /*_height:400px;
- min-heigth:400px;*/
- height:100%;
- background:white;
- }
-
- .titulek
- {
- background-color:white;
- border-top:solid 5px #e1a61c;
- border-bottom:solid 5px #e1a61c;
- width:100%;
- height:95px;
- line-height:70px;
-
- font-size:3em;
- text-align:center;
- background:white url('logopilot.gif') no-repeat;
- }
-
- .titulek h1
- {
- font-family: Tahoma;
- font-weight:normal;
- padding:0px 0px 0px 0px;
- font-size: 1em;
- color: rgb(40,40,40);
- }
-
- .main
- {
- width:100%;
- /*height:100%;
- min-height:100%; */
- background:white;
- }
-
-
- .panel
- {
- float:right;
- border-left:solid 2px #e1a61c;
- border-bottom:solid 2px #e1a61c;
- width:200px;
- background-color:rgb(251,234,194);
- padding:0px 0px 0px 0px;
-
- }
-
-
- .copyright
- {
- background-color:white;
- border-bottom:solid 2px #e1a61c;
- border-top:solid 2px #e1a61c;
- width:100%;
-
- font-size:1em;
- text-align:right;
- }
-
- .copyright a
- {
- color: rgb(40,40,40);
- text-decoration:none;
- }
-
- .main div
- {
- padding:10px 10px 10px 20px;
- }
-
- .panel div
- {
- padding:10px 10px 10px 0px;
- }
-
-
- h3
- {
- border-bottom: dotted 1px #e1a61c;
- }